home *** CD-ROM | disk | FTP | other *** search
/ Ghost Rider iactivecard / Ghost Rider iactivecard.iso / pc / quiz.swf / scripts / DefineSprite_13 / frame_25 / DoAction.as
Encoding:
Text File  |  2007-04-17  |  145 b   |  11 lines

  1. if(itsEnd)
  2. {
  3.    _root.timeEnd = getTimer();
  4.    _root.gotoAndStop("fine");
  5. }
  6. else
  7. {
  8.    _root.buildQuestion();
  9.    this.gotoAndStop(1);
  10. }
  11.